home *** CD-ROM | disk | FTP | other *** search
- global gOkaySprite
-
- on exitFrame
- if word 1 of the text of cast "Query" = EMPTY then
- set the visible of sprite gOkaySprite to 1
- set the visible of sprite (gOkaySprite + 1) to 1
- else
- set the visible of sprite gOkaySprite to 0
- set the visible of sprite (gOkaySprite + 1) to 0
- end if
- end
-